Welcome![Sign In][Sign Up]
Location:
Search - linux c ftp

Search list

[Embeded LinuxftpClient

Description: 从busybox提取的ftp客户端程序,main函数是测试函数。用arm-linux-gcc ftpClient.c -o main编译后即可运行。-Busybox extracted from the ftp client program, main function is to test the function. Use arm-linux-gcc ftpClient.c-o main compiled to run.
Platform: | Size: 6144 | Author: 许永贤 | Hits:

[Ftp Serverserver

Description: ftp 服务端,运行环境:Unix,Linux,FreeBSD-ftp server, operating environment: Unix, Linux, FreeBSD
Platform: | Size: 16384 | Author: Michael | Hits:

[Ftp Servercode

Description: linux下的FTP服务器,使用C开发,GCC编译;实现文件的上传、下载、断点续传;技术点:守候进程、进程间通讯、管道、soket编程、文件I/O标准库函数与系统调用、文件权限管理-FTP server under linux, using the C Development, GCC compiler file upload, download, HTTP technical point: waiting for the process of inter-process communications, pipelines, soket programming, file I/O standard library function and system call, file rights management
Platform: | Size: 53248 | Author: yeliu | Hits:

[Other Embeded programgpio-test

Description: 1、将makefile中的 CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include/linux CFLAGS+=-I/usr/local/arm/2.95.3/arm-linux/include 路径改为你宿主机上的。 2、#make,来编译驱动模块。 3、#export PATH=$PATH:/usr/local/arm/2.95.3/bin //取决于你宿主机上的交叉编译工具路径 #arm-linux-gcc -o gpio_test gpio_test.c //编译应用程序 最终在你的当前文件夹下会生成gpiodrv.o与gpio_test两个文件。 4、#mkdir /tmp/1 5、通过ftp的方法,把gpio_test与gpiodrv.o文件下载到你的开发板上的/tmp/1目录中。 6、#mknod /dev/gpio c 220 0 //创建文件节点 #insmod gpiodrv.o #chmod +x gpio_test #./gpio_test 然后,就可以看到四个LED灯在闪烁了。:)-1, the makefile in the CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+ =- I/usr/local/src/2.4.18-rmk7/include CFLAGS+ =- I/usr/local/src/2.4.18-rmk7/include/linux CFLAGS+ =- I/usr/local/arm/2.95.3/arm-linux/include changed the path on your host. 2,# make, to compile driver modules. 3,# export PATH = $ PATH:/usr/local/arm/2.95.3/bin// depends on your host on the path of the cross compiler tool# arm-linux-gcc-o gpio_test gpio_test.c// compile the application procedures for the ultimate in your current folder will be generated under the two documents gpiodrv.o and gpio_test. 4,# mkdir/tmp/1 5, through the ftp way to gpiodrv.o File Download gpio_test with the development of your board/tmp/1 directory. 6,# mknod/dev/gpio c 220 0// create a file node# insmod gpiodrv.o# chmod+ x gpio_test#./Gpio_test then four LED lights can be seen in the flicker of. :)
Platform: | Size: 9216 | Author: 马工 | Hits:

[Linux-Unixwlet

Description: linux 下 ftp 和 telnet 功能结合的一个服务器源码,可实现服务器端和客户端基本shell 命令,及上传下载文件功能,无需帐号认证 - 1 no count and no authentication , the shell running level result in who run the server in server side 2 basic ftp transferring functions as get files (g files ) and send files(s fname). 3 running common shells in client side(!cmd) and server side(cmd) 4 support multi-connections for multi-clients 5 Ctrl+C to break client and server shells 6 error return: the server side will print error message in /var/log/wasd.log, and the client side will print these to stderr
Platform: | Size: 8192 | Author: 虎成 | Hits:

[Linux-UnixFTP_SERVER_SRC

Description: 项目简介:使用Linux下C语言开发,遵循RFC959协议,以命令解析器为核心,利用Socket作为通讯接口,提供上传下载,断点续传,流量控制,连接控制,支持多种常用FTP客户端。 -Project Description: Using the C language under Linux development, follow the RFC959 protocol to the command parser as the core, the use of Socket as a communications interface, providing upload download, HTTP, flow control, connection control, supports a variety of popular FTP client .
Platform: | Size: 34816 | Author: 杜峰 | Hits:

[Linux-UnixBT

Description: linux下基于C语言的BT下载程序 BitTorrent(简称BT)是一个文件分发协议,每个下载者在下载的同时不断向其他下载者上传已下载的数据。而在FTP、HTTP协议中,每个下载者从FTP或HTTP服务器处下载自己所需要的文件,各个下载者之间没有交互。当非常多的用户同时访问和下载服务器上的文件时,由于FTP服务器的处理能力和带宽的限制,下载速度会急剧下降,有的用户根本访问不了服务器。BT协议与FTP协议不同,它的特点是下载的人越多下载的速度越快,其原因在于每个下载者将已下载的数据提供给其他下载者下载,它充分利用了用户的上载带宽。BT协议通过一定的策略保证上传的速度越快,下载的速度也越快。-Based on C language linux download BT
Platform: | Size: 106496 | Author: 羽飞 | Hits:

[Linux-Unixlinux_server

Description: 一个非常简单的linux FTP服务器。包括浏览、删除、上传、下载、转换目录等最基本的功能,用传统的多进程的方式实现。压缩文件里有详细的编译说明。-A very simple linux FTP server. Including browsing, delete, upload, download, convert directories such as the most basic functions, the traditional multi-process ways. Compressed file to compile a detailed description.
Platform: | Size: 7168 | Author: yr | Hits:

[Internet-Networkftpclient1

Description: C program for a FTP Client Done in Fedora 7(Linux) using Socket Programming
Platform: | Size: 1024 | Author: pagal | Hits:

[Linux-Unixftp

Description: linux下c语言文件上传的功能,ftp功能-ftp
Platform: | Size: 3072 | Author: 卫永录 | Hits:

[Internet-Networkftp

Description: 在Linux下c语言实现的基于TCP/IP的ftp文件传输程序,包含完整的源代码,分为客户端程序和服务器端程序-C language under the Linux-based TCP/IP, ftp file transfer program, including complete source code, divided into client and server-side program
Platform: | Size: 6144 | Author: yanyiliu | Hits:

[Linux-Unixftp-1.tar

Description: 一个linux下c语言实现ftp上传图片的代码-a source code of ftp up to service
Platform: | Size: 13312 | Author: hushibang | Hits:

[Linux-Unixftp

Description: linux平台下用C编写的FTP服务端程序-linux platform using FTP server written in C program
Platform: | Size: 72704 | Author: flan | Hits:

[Ftp Clientftp

Description: 基于FTP协议,使用linux自带的FTP服务器作为服务器,编写一个客户端C程序,用来实现上传、下载、改变目录等功能-Based on the FTP protocol, use Linux own FTP server as a server, write a client C program designed to upload, download, change directory etc. Function
Platform: | Size: 2048 | Author: huang | Hits:

[Ftp ClientFTP-server-client-linux-c

Description: FTP 客户端和服务器端,linux程序。支持多进程服务!客户端和服务端各一个单独文件。-FTP on linux codes。Client and server。
Platform: | Size: 9216 | Author: 康竟淞 | Hits:

[Internet-Networkftp

Description: 使用C语音开发的ftp程序 环境:linux系统-ftp by c use in linux
Platform: | Size: 39936 | Author: 蒋月 | Hits:

[Internet-NetworkFileZilla_2_2_4b_src

Description: 在linux平台用c++编写一个ftp 客户端程序-linux c++ ftp client
Platform: | Size: 1437696 | Author: jame | Hits:

[Internet-NetworkFTP

Description: linux下实现c语言编程,实现简单ftp上传与下载功能-under linux c programming language to achieve the function of a simple ftp uploads and downloads
Platform: | Size: 2048 | Author: 洪天 | Hits:

[Internet-Networkmyftp

Description: 本系统主要实现一个文件传输功能,即通过TCP或UDP协议,建立局域网内的客户端与服务器端的数据通信,实现从客户端到服务器端的上传和从服务器端到客户端的下载,以及通过命令对服务器端进行文件的各种操作。该系统主要难点在于客户端命令的拆分以及对多用户的请求处理。应熟悉TCP和UDP协议,及网络模型的实际应用。应熟练掌握Linux下的C语言编程,以及通过管道实现进程间的通信。进程/线程对资源的访问方法,文件的读写及内存映射等操作。-linux c++ ftp
Platform: | Size: 518144 | Author: kevin | Hits:

[Internet-Networkftp

Description: linux上用c语言实现的ftp命令行方式的简易客户端源码-ftp command line linux c language simple client source code
Platform: | Size: 2048 | Author: 炫帆 | Hits:
« 1 2 34 5 6 7 8 »

CodeBus www.codebus.net